make inclusion of sys/time.h !WIN32 specific.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 12 Jun 2003 01:30:05 +0000 (01:30 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 12 Jun 2003 01:30:05 +0000 (01:30 +0000)
gpsbabel/jeeps/gpsserial.c

index 7948cc7f88c04281c5815b3699042b6d349c1f9e..d03d6f7656ec0fd222bda832a59ca6fee03b4608 100644 (file)
@@ -136,6 +136,7 @@ int32 GPS_Serial_Read(int32 ignored, void *ibuf, int size)
 #else
 
 #include <sys/ioctl.h>
+#include <sys/time.h>
 #include <termios.h>
 
 static struct termios gps_ttysave;